home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Quake Busters
/
QUAKE.bin
/
pc
/
shared.dir
/
00835_Script_(Bt) Down on Next
< prev
next >
Wrap
Text File
|
1996-06-10
|
751b
|
32 lines
-- pushed next button
on mouseDown
puppetSound "Mouse Down"
updateStage
set the castNum of sprite 46 to the ¼
number of cast "next long down"
updateStage
repeat while the stilldown
if not rollover(the clickOn) then ¼
set the castnum of sprite the clickOn to ¼
the number of cast "next long"
updateStage
if rollover(the clickOn) then nothing
end repeat
puppetsound 0
end mouseDown
on mouseUp
set the castNum of sprite 46 to the ¼
number of cast "next long"
if rollover(46) then puppetSound "Mouse Up"
updateStage
repeat while soundBusy(1)
nothing
end repeat
puppetSound 0
updateStage
if rollover(46) then go next
if not rollover(46) then go to the frame -1
end mouseUp